home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / vmix267.zip / REVISION.LOG < prev    next >
Text File  |  1991-12-10  |  27KB  |  590 lines

  1.                                                   _______
  2.                                              ____|__     |               (tm)
  3.                                           --|       |    |-------------------
  4.                                             |   ____|__  |  Association of
  5.                tm                           |  |       |_|  Shareware
  6.        VMiX 386   Version 2.67              |__|   o   |    Professionals
  7.        -----------------------            -----|   |   |---------------------
  8.                                                |___|___|    MEMBER
  9.  
  10.        Copyright (c) 1985-1991
  11.  
  12.      Commercial Software Associates
  13.           Post Office Box  36
  14.     Corona del Mar, California  92625
  15.  
  16.    BBS     (714)  720-1139 (24 Hrs.)
  17.    VOICE   (714)  720-1214 (8 - 6pm PST)
  18.  
  19.  
  20.        Release of Dec 10, 1991
  21.  
  22. 1. Added an optional, remote login access password system to control
  23.    access via the COMM ports.
  24.  
  25. 2. Added a very flexible configuration file, VMiX.INI, to assist in
  26.    configuring VMiX startup and specifying user programs to run upon
  27.    remote COMM port login.
  28.  
  29.    The new utility VSETUP.EXE will process the .INI file when invoked
  30.    in the vm_boot startup command line.  When used in the vm_boot
  31.    startup sequence, VSETUP will only process the lines given under
  32.    the [startup] Section in VMiX.INI
  33.  
  34.    The new utility VSETUP.EXE or any user program can also be specified
  35.    with the 'set remote -l' command.  VSETUP.EXE controls password access
  36.    and the startup of any program given in the [remote startup] Section in
  37.    VMiX.INI.  Invoking 'set remote -l' without specifying VSETUP.EXE will
  38.    reset logins to the standard access method (rshell).
  39.  
  40. 3. Fixed an exit bug that caused available memory to be truncated after
  41.    running and quiting from VM_BOOT.EXE
  42.  
  43. 4. VMiX now drops the modem carrier when a program or login that uses
  44.    a channel to one of the COMM ports terminates.
  45.  
  46. 5. VW.EXE and VSETUP.EXE will make use of your DOS PATH to find other
  47.    utilities that VW dispatches or the VMiX.INI data file.  However,
  48.    they will also search the full filespec path you typed when starting
  49.    VM_BOOT.EXE, regardless of the current path settings.
  50.  
  51. 6. Fixed a bug with the software cursor, in graphics modes poping up in
  52.    strange places.
  53.  
  54.  
  55. VMiX Release 2.66 Notes
  56. -----------------------
  57. 1. Fixed a hang problem with the 'VM_BOOT 8086' startup sequence, when
  58.    starting in 8086 mode on 286/386/486 systems.
  59.  
  60. 2. Remote logins will now work at the high (interrupt driven) baud rates
  61.    above 9600 KBaud.  High baud rates are set for a given channel, just
  62.    as the standard rates, with the 'set baud -c???? <baud rate>' or with
  63.    'init comm -c???? <baud rate>'.  Available baud rates are: 300, 1200,
  64.    2400, 4800, 9600, 19200, 38400, and 115200.  The VMiX utility DSTAT.EXE
  65.    will now display the baud rate settings for all channels assigned to
  66.    COMM ports.
  67.  
  68.  
  69. VMiX Release 2.64 Notes
  70. -----------------------
  71. 1. Fixed a DOS 5.0 bug which caused the system to hang on exit from VMiX.
  72.  
  73. 2. Fixed bug with auto screen windowing, when three windows already existed.
  74.  
  75. 3. The 286/386 coded version will now print error message and exit when
  76.    it detects an 8088 or 8086 cpu.
  77.  
  78. 4. Fixed bug with uppercase 'H', 'P', 'K', and 'M' not being displayed.
  79.  
  80. 5. Fixed bug with the 286 mode 'swap' command which would cause the system
  81.    to hang.
  82.  
  83. 6. The status line now displays the full name of the current foreground
  84.    process.
  85.  
  86. 7. On exit from VMiX, free DOS memory is now fully reconstructed, to avoid
  87.    loss of memory sometimes caused by the 'swap' command.  An 'exec -m1024'
  88.    will also reconstruct DOS memory.
  89.  
  90. 8. Fixed the problem of the cursor bleeding through, between virtualized
  91.    screens, causing random bleeps on the foreground screen.
  92.  
  93. 9. Added a check to ensure that the first available memory arena starts
  94.    at a 4Kb boundary.  Sometimes the alignment failed resulting in
  95.    memory allocation fault error message and crash.
  96.  
  97. 10.Added a (L)aunch application option to the VW.EXE utility to allow the
  98.    user to launch an application directly, instead of starting a shell for
  99.    it first and then invoking the application.  The application (L)aunch
  100.    option resides in the (P)rograms menu.
  101.  
  102. 11.When you exhaust extended memory, VMiX now gracefully switches the
  103.    new task to use the parent's memory and prints an insufficient memory
  104.    error message.
  105.  
  106. 12.Changed the menu names used by VW to be more explanatory.  (F)ree Extended
  107.    Memory was not working correctly.
  108.  
  109. 13.Fixed a PATH command bug causing virtual memory not to be released.
  110.    Other bugs caused the path to be inserted incorrectly in the environment.
  111.  
  112. 14.Moving the console to a remote port was not working correctly (ie., 'set
  113.    remote -c????').
  114.  
  115. 15.The default terminal type has been changed to be type 5, an ANSI terminal
  116.    or VT-100 terminal.
  117.  
  118. 16.Fixed bug with COMSPEC not being found in environment during new task
  119.    dispatch.  This resulted in nothing executed and a help screen being
  120.    displayed, instead.
  121.  
  122. 17.Added 386 protected mode support for coprocessor instructions.  This
  123.    caused some applications to hang when executed in 386 mode.
  124.  
  125. 18.Added support for virtualized default directories.  Each task now has
  126.    its own default directory, independent of what others have.  Previously
  127.    only default drives were virtualized.
  128.  
  129.  
  130. VMiX Release 2.61 Notes
  131. -----------------------
  132. 1. Added support for DOS 5.O load of COMMAND.COM and BUFFERS to HMA area.
  133.    VMiX patches DOS's XMS manager to disallow disabling of the gate 20
  134.    address line, so HMA is always addressable.
  135.  
  136. 2. Video memory is no longer cleared when a Shift-Tab causes a switch
  137.    between tasks in different video modes.
  138.  
  139. 3. Increased to 4 Megabytes the amount of memory VMiX will recognize
  140.    (previously it used only 3 Megabytes, even if it found more).
  141.  
  142. 4. Changes to the SYSGATE.ASM programming interface (see file).
  143.  
  144. 5. Added interrupt driven services to the COMM ports, under VMiX.
  145.    Added support for 115.2 Kbaud (When 'set remote -i' is TRUE, 110 baud
  146.    becomes 19.2 Kbaud, 150 baud becomes 38.4 Kbaud and 600 baud becomes
  147.    115.2 Kbaud).  To set 115.2 Kbaud you would use 'set baud -c1 600'.
  148.  
  149. 6. Added the VT.EXE utility for linking two VMiX hosts serially with
  150.    a virtual terminal session.
  151.  
  152. 7. Programs that make direct video  writes are now supported at remote
  153.    COMM port terminals (remote logins).  All video memory accesses will
  154.    be redirected to the COMM port and will not appear at the console.
  155.  
  156. 8. Fixed a bug with stack deallocation after process termination.
  157.  
  158. 9. Added DOS 5.0 style support for upper memory blocks.
  159.    Added the LOADUP.EXE utility to allow user loading of TSRs to upper
  160.    memory (386 mode required).  TSR is visible only to process that
  161.    started it, since each VMiX task is virtually mapped to a separate
  162.    virtual first megabyte.  This means that you can have different
  163.    (or the same) TSRs active for each partition. 
  164.  
  165. 10.Fixed a bug with the 'exclude=' command line option; it was not really
  166.    leaving the HMA area unused and causing conflict crashes.
  167.  
  168. 11.Added an alternate way to start new tasks multitasking.  Pressing
  169.    Shift-Enter or Shift-Shift-Enter, will start a new task, just as if
  170.    you had typed 'dosjob'.  The Shift-Enter is used, instead of just the
  171.    Enter key, after typing a command.  If both Shift toggles are pressed
  172.    when the Enter key is hit, the new task will use the full screen.  If
  173.    only one Shift is held down, the task will start in a new window.
  174.  
  175. 12.Fixed the VMiX hang problem when the DSR line is not enabled at a COMM
  176.    port being used for logins.
  177.  
  178. 13.Changes to VW pull-down menus style.
  179.  
  180. 14.VMiX now detects if another 386 virtual memory manager is present, and
  181.    rather than crashing it switches to 8086 mode.
  182.  
  183.  
  184. VMiX Release 2.58 Notes
  185. -----------------------
  186. 1. VMiX uses an underline character as a 'mark the spot' cursor to show
  187.    where the cursor was in a non-foreground task, when the user toggles
  188.    to another window with the hot key.  To allow users that use a voice
  189.    synthesizer to echo the characters displayed by BIOS, without the
  190.    anoying underline character being echoed, the cursor display is now
  191.    performed without using the BIOS call.
  192.  
  193. 2. Fixed a memory manager bug with the paged memory allocation scheme.
  194.    Fixed a BitBlt bug when using system font 2 with graphics modes,
  195.    which hung a task executing a memory map display ('monitor -m').
  196.    Fixed a bug with backspace, when using the command line in graphics
  197.    modes, not erasing the software cursor.
  198.  
  199. 3. Automatic windows are now virtualized.  In 386 mode, each foreground
  200.    can be partitioned into windows, independently from other full screen
  201.    foregrounds. 
  202.  
  203. 4. When extended memory is exhausted, a new child process inherits the
  204.    program space and virtual screen of the parent.
  205.  
  206. 5. Reduced time interrupts are disabled in INT 10 and 16.
  207.  
  208. 6. Added VMIX support for HIMEM.SYS and other resident XMS drivers.
  209.  
  210. 7. Fixed a bug that did not allow the previous command to be recalled
  211.    when up-arrow pressed in graphics modes.
  212.  
  213.  
  214. VMiX Release 2.57 Notes
  215. -----------------------
  216. 1. Added the 'set remote -a' command to allow all COMM port to be polled
  217.    simultaneously for user login requests.  This command slows down the
  218.    scheduler, interrupts are not disabled during polling.
  219.  
  220. 2. Added the 'set process -w ????' command, where ???? is the number of
  221.    idle input or output cycles before a process is put to sleep.  If this
  222.    parameter is set to 0, then all processes are always being timesliced.
  223.    With programs that grab the keyboard, like Windows, this will allow
  224.    the VMiX hot key Shift-Tab to be recognized, since there will always be
  225.    a non-windows process awake to field the hot key.  This command is
  226.    only used with non-386 computers, since in the 386, the VMiX protected
  227.    mode supervisor is always running to detect the hot key.
  228.  
  229. 3. VM_BOOT had stopped working in 8086/8088 PCs when invoked without
  230.    the 8086 command line parameter.  This has been fixed.
  231.  
  232. 4. Conversion to C++ is proceeding.  It now compiles with TCP.
  233.  
  234. 5. VGA graphics modes (640 x 480) are now supported.  Fixed bugs with
  235.    graphics switching.  Fixed bugs with status line display in graphics
  236.    modes.
  237.  
  238. 6. VW.EXE was behaving different, if invoked from the command line as
  239.    opposed to from the VMiX shell.  The keyboard will now relocate to
  240.    any new process started from VW, by default (no need to press the
  241.    hot key).
  242.  
  243. 7. We are now virtualizing the DMA buffer maintained by DOS.
  244.  
  245. 8. On 386 ATs, VMiX will now setup its low memory paged pool in a 32Kb
  246.    EMS segement, between C000 and F000, if it finds one that it can use.
  247.    This frees the memory for DOS use.  On 8086 PCs or 286 ATs with EMS,
  248.    you can manually request this from the startup command line by
  249.    specifying an available 32Kb EMS segment with 'EMS='.
  250.  
  251. 9. Made some fixes to the cursor on/off algorithms that manage the
  252.    cursor between tasks and task switches.  Note that an inactive task,
  253.    eventhough it is the foreground task (via Shift-Tab hot key), will
  254.    not have a timeslice during which to activate its cursor.
  255.    To compensate for this, turn-on cursor emulation with 'set sys -c'.
  256.  
  257. 10.The MONITOR.EXE utility now allows viewing and edit of memory areas.
  258.    Press 'M' after 'monitor -r1' has been invoked, to test this.  The
  259.    address format is: segment[:offset] [= byte], where the '= byte' is
  260.    optional, for example
  261.  
  262.              hex address? 550A             displays segment 550A:0
  263.              hex address? 550A:100         displays segment 550A:100
  264.              hex address? 550A:100 = FF    sets byte at 550A:100 to FF
  265.  
  266.    The 'examine memory' command does the equivalent from the VMiX shell.
  267.  
  268.    Added the -f switch to MONITOR.EXE.   When invoked with 'monitor -f',
  269.    all open files on a VMiX system will be globally monitored.  Open files
  270.    will be listed and revised until the <Esc> key is pressed,
  271.  
  272.  
  273. VMiX Release 2.56 Notes
  274. -----------------------
  275. 1. VMiX now handles swapping video modes between graphics and text in
  276.    386 computers.  The hot-key <Shift><Tab> will switch the console between
  277.    tasks running in graphics modes and those running in text mode.
  278.    VW (Process Menu) will allow new shells to be started in the video mode
  279.    of your choice (and/or video page of choice in Text Mode).  The same
  280.    can be accomplished from the command line with:
  281.  
  282.                           'do -W /set video -m/rshell'  (for mode select)
  283.    or,
  284.                           'do -W /set video -p/rshell'  (for page select)
  285.  
  286.    Video mode switching will work in non-386 computers but the previous
  287.    mode screen contents will not be saved.
  288.  
  289. 2. VMiX now provides a software emulation cursor.  The software emulated
  290.    cursor is toggled by the command 'set system -c', the default setting
  291.    is disabled (because of the overhead during multitasking).  If you have
  292.    trouble determining on which window the keyboard focus lies, use this
  293.    option to enable cursor emulation.
  294.  
  295. 3. The 'set remote -e' command has been changed to 'set remote -x'.
  296.    This command controls the enabling or disabling of remote logins.
  297.    Logins are enabled by default (on COM1).
  298.  
  299.  
  300. VMiX Release 2.52 Notes
  301. -----------------------
  302. 1. Added the 'set video -p' command to allow video pages to be selected.
  303.    Main benefit is, in non-386 computers, it allows a 'do -W /set video
  304.    -p1/rshell' to be used to start and a new shell with a different video
  305.    page assigned.  The Shift-Tab hot key will switch video pages (or video
  306.    modes), giving some level of screen virtualization between tasks.
  307.    Use not recommended in 386 mode, because of true virtualization of video
  308.    memory.  VW.EXE now asks for a video page when starting a new VMiX shell
  309.    or DOS shell (use only page 0, when in 386 mode).  VW will respond
  310.    to the [Home] key by repainting the menu bar.
  311.  
  312. 2. The MONITOR.EXE utility now allows viewing and edit of memory areas.
  313.    Press 'M' after 'monitor -r1' has been invoked, to test this.  The
  314.    address format is: segment[:offset] [= byte], where the '= byte' is
  315.    optional. (ie., hex address? 550A, hex address? 550A:100, or
  316.    hex address? 550A:100 = FF)  The 'examine memory' VMiX command does
  317.    the equivalent in the registered version of VMiX.
  318.  
  319. 3. Fixed the 'kill' command hanging VMiX in protected mode.
  320.  
  321. 4. Added new delay timer routine.  INT 08 real time clock is now reprog-
  322.    ramed after '$$' tasks quit.  BASICA, GWBASIC are automatic '$$' protected
  323.    tasks, they were the main culprits in changing the timer back to 18.2
  324.    ticks per second. 
  325.  
  326. 5. Channel 5 is now automatically assigned to LPT1 on bootup.  Try 'spawn
  327.    -c5 type c:\autoexec.bat' to test LPT1.
  328.  
  329. 6. All segment or offset references to VMiX commands ('set pool', 'examine
  330.    memory') must now be entered in HEX without a preceeding '0x' (prevously
  331.    required).  When using 'set video -c' to specify combined foreground and
  332.    background colors you may still use '0x', only when entering HEX bytes.
  333.  
  334. 7. Keypad arrow keys now work from a remotely logged pc with VT-100 terminal
  335.    software, provided you toggle emulation by pressing <Ctrl> <F>.
  336.  
  337. 8. Added color to EGA graphics modes.
  338.  
  339.  
  340. VMiX Release 2.51 Notes
  341. -----------------------
  342. 1. Fixed a bug that kept VMiX 2.50 from working on 8086 computers.
  343.  
  344. 2. Changed compilers to MSC 6.0, started conversion to Zortech C++.
  345.  
  346. 3. Fixed some problems with the way VMiX virtualizes the keyboard.  VMiX is
  347.    now compatible with 'Remote Console'tm a product of Louis Wheeler.
  348.    Increased the amount of video memory virtualized in 386 mode to 2 pages.
  349.  
  350. 4. Added the -i option to the VW.EXE command line.  This option sets VW in
  351.    interactive mode, so that it will not be swapped out when there is no
  352.    keyboard activity.
  353.  
  354. 5. 'set remote -e', to control COMM port logins, can now be used from the
  355.    VM_BOOT command line.
  356.  
  357. 6. The arrow keys on a PC acting like a terminal and connected to a VMiX
  358.    host will now work correctlly when in VT-100 emulation mode.
  359.  
  360. 7. Added Registration printing banner to startup screen.
  361.  
  362.  
  363. VMiX Release 2.50 Notes
  364. -----------------------
  365. 1. Fixed known crashiness bugs in previous version.  Improved the
  366.    reliability of the VW utility, which we can now recommend for regular
  367.    use.
  368.  
  369. 2. Added support for multiple default drives and made each task's default
  370.    drive independent from other windows/tasks.
  371.  
  372. 3. Added support for virtual video.  Eliminates bleed-through, when in
  373.    386 mode, by applications that write directly to the screen in text mode.
  374.    Tasks started with the 'dosjob -W' command, and all tasks started at a
  375.    dumb terminal will execute with virtualized video segments in 386 mode.
  376.    The Shift-Tab hot key will bring a virtualized task's video to the
  377.    foreground.
  378.  
  379. 4. Added a better command line parser and changed the syntax of the startup
  380.    system options:
  381.  
  382.    The new command syntax is:
  383.  
  384.                VM_BOOT [low] [high] [8086] [extended] [egacursor]
  385.                        [cgacursor] [ [ command ] /... ]
  386.  
  387.    where (note abbreviated syntax),
  388.  
  389.    the '8086'   option forces 8088 (real mode) operation on 286/386/486
  390.                 computers.
  391.    the 'ext'    option forces 80286 (real/protected mode) operation on
  392.                 386/486 cpu's.
  393.    the 'lo'     option inhibits relocation of VMiX code to extended memory.
  394.    the 'hi'     option forces relocation of VMiX code to extended memory when
  395.                 using 8086 mode in a 286/386 or 486.
  396.    the 'egacur' option corrects a video BIOS bug that fails to indicate
  397.                 that CGA cursor emulation is disabled.
  398.    the 'cgacur' option corrects a video BIOS bug that fails to indicate
  399.                 that CGA cursor emulation is enabled.
  400.    [ command] / any valid DOS or VMiX shell commands, separated by a '/'
  401.  
  402. 5. Added scroll control to the help display.
  403.  
  404. 6. For shell usage compatibility, Escape now also clears the command line,
  405.    like a Ctrl C.  An <ENTER> on a blank line will not clear the previous
  406.    command buffer, which you can still repeat using up-arrow.
  407.  
  408.  
  409. 7. Logins at all comm ports can now be globally enabled/disabled with the
  410.    'set remote -e' command toggle.  The default is logins enabled.  You can
  411.    only use this command from the VMiX shell, it will be ignored when used in
  412.    the VM_BOOT command line.
  413.  
  414. 8. The VMiX debugger 'assign' command now accepts the PROCESS object type.
  415.    The purpose of the PROCESS assign is to redirect the STDIO (screen and
  416.    keyboard) of a process to a new channel.  You can move a process using
  417.    the console to a COMM port terminal or to a printer CHRSINK type of
  418.    channel.
  419.  
  420. 9. Fixed a bug with modem control and data set ready detection.
  421.  
  422.  
  423. VMiX Release 2.31 Notes
  424. -----------------------
  425. 1. Fixed some regression bugs introduced in version 2.30, including a
  426.    bug which did not allow a 'dosjob' command to be executed from the
  427.    command line when starting VMiX (the VMiX.DOC tests fail).  Fixed
  428.    a bug that did not allow 286 AT's to run with SWAP to extended memory.
  429.  
  430. 2. Fixed a bug that sometimes did not allow a command line 'SPAWN'
  431.    to work correctly (for example, starting VMiX with:
  432.    VM_BOOT set remote -l2 / spawn -c1 c:\filepath\myprog.exe
  433.    will now start myprog on COM1 and redirect new logins to COM2
  434.    without hanging the console).
  435.  
  436. 3. Fixed a bug which caused systems with monochrome (MDA) adapters to
  437.    lock up, since the MDA detection had failed.
  438.    Fixed the disappearing cursor bug on VGA's.  Note, some EGA/VGA's will
  439.    display what appears to be a broken VMiX cursor when Shift-Tab is
  440.    pressed to switch tasks.  To correct this, start VMiX with the command
  441.    line 'VM_BOOT cursor'.
  442.  
  443. 4. The VW menu shell is NOW COMPLETE and greatly improved.
  444.    VW.EXE can now be used to set screen colors from the options menu.
  445.    VW is a multiple thread environment (like OS/2), the slight delays
  446.    you will sometime experience when returning from a command are due
  447.    to process synchronization, this will improve in future versions.
  448.  
  449. 5. Upgraded the user shell with shadow boxes for messages and data.
  450.    Upgraded the user shell with limited command line edit capability.
  451.    Up-arrow recalls previous command, which can be edited.
  452.    Upgraded the API and programming information in SYSGATE.ASM
  453.  
  454. 6. On systems with EGA/VGA, an additional 96Kb of DOS program space is
  455.    now available (64Kb in monochrome mode).  To toggle the additional
  456.    program space ON/OFF, use the VMiX command 'set system -v'.  The
  457.    default is OFF, when VM_BOOT is executed.  This option will allow
  458.    large programs (566Kb maximum) to be executed with VMiX (the maximum
  459.    without this option is about 470Kb).  Eventhough VMiX uses extended
  460.    memory in 286/386 ATs/PS2s, the user partition size is limited by the
  461.    address space of DOS, which is now increasable to 736Kb.
  462.  
  463.  
  464. VMiX Release 2.25 Notes
  465. -----------------------
  466. 1. This is the first non BETA release of VMiX.
  467.    VMiX now works on the IBM PS/2 and COMPAQ 386 SX.
  468.  
  469. 2. VMiX now supports ESDI fixed disk systems.
  470.  
  471. 3. Made some more fixes related to DOS 4.01 multitasking.
  472.    Reduced resident memory size by 8Kbytes.
  473.    The VMiX prompt now displays the current directory.
  474.  
  475. 4. In 386 mode, the Shift-Tab key now works when MicroSoft Windows is
  476.    executing under VMiX.
  477.  
  478. 5. When a program executing as a VMiX task first uses a COMM port, the
  479.    port is automatically assigned to that process id.  The port is only
  480.    deassigned when the VMiX task is 'quit', not when the program terminates.
  481.    This allows the preemptive scheduler to service communications faster
  482.    by switching-in the owner program of a COMM port when I/O is detected.
  483.  
  484.  
  485. VMiX Release 2.22 Notes
  486. -----------------------
  487. 1. Fixed a major bug which caused VMiX to crash on any 386 AT with more
  488.    than 3 Megabytes of extended memory.
  489.  
  490. 2. Added code for IBM PS/2 support, but VMiX is still not fully working
  491.    on PS/2s.
  492.  
  493. 3. VMiX now relocates portions of its system code to extended memory.
  494.    More code will be moved in future releases, to allow larger DOS partition
  495.    sizes.  The VMiX startup program 'VM_BOOT' has a new command line switch
  496.    that controls relocation of VMiX to extended memory.  Starting VMiX with
  497.    VM_BOOT -l (lower case 'L') will inhibit relocation of portions of VMiX
  498.    to extended memory.
  499.  
  500. 4. Fixed a bug with the 286 mode 'swap' command, which had stopped working
  501.    correctly in the previous release.
  502.  
  503.  
  504. VMiX Release 2.21 Notes
  505. -----------------------
  506. 1. Fixed a bug that left the clock running fast, after exiting VMiX.
  507.  
  508. 2. The <Shift> <Tab> hot key will now swap screens between graphics mode
  509.    tasks and alphanumeric mode tasks.  Also, tasks using different video
  510.    pages will be switched correctly.  This affects only tasks that were
  511.    started with the 'dosjob -W' (full screen) command.  The hot key is
  512.    now handled by the event manager.
  513.  
  514.  
  515. VMiX Release 2.20 Notes
  516. -----------------------
  517. 1. More DOS 4.01 fixes.
  518.  
  519. 2. Communications support fixes in 80386 protected mode.  Higher baud rates
  520.    now supported.
  521.  
  522. 3. The VMiX clock tick has been changed from 55msec (18.2 task switches
  523.    per second) to 11msec (90.9 task switches per second).  A new command,
  524.    'set system -c ????' will allow you to tune your multitasking environ-
  525.    ment for maximum efficiency.  The command specifies the number of clock
  526.    ticks a running task is guarranteed to be active before preemption.
  527.    
  528.  
  529. VMiX Release 2.11 Notes
  530. -----------------------
  531. 1. 80386 mode bug fixes.  Smaller process control block.
  532.  
  533. 2. The VMiX startup program 'VM_BOOT' has two new command line switches
  534.    that control the mode the program runs.  Using VM_BOOT -r, will force
  535.    VMiX into real (8086) mode and using VM_BOOT -x, will force VMiX into
  536.    extended (80286) mode.  These 2 command line switches, disable 80386
  537.    protected mode operations.  (Useful for getting around compatibility
  538.    problems, on certain computers.)
  539.  
  540. 3. Version 2.11 will operate with DOS 4.01.  Since DOS 4.01 can be set to
  541.    use extended memory, conflicts can arise.  VMiX must be told how much
  542.    extended memory other programs are using (see 'assign memory').
  543.     
  544.  
  545. VMiX Release 2.10 Notes
  546. -----------------------
  547. 1. VMiX 386 replaces the older 286 versions.  The new 386 version will
  548.    still work on 8088, 8086, and 80286 computers that are IBM PC or
  549.    AT compatible.  Version 2.10 executes in protected mode with extended
  550.    memory paging on 80386 processors.  This allows multiple DOS partitions,
  551.    each with about 450Kb free.
  552.  
  553. 2. Fixed a bug with channels assigned to a printer (CHRSINK type).  When
  554.    DOS console output was redirected to a task, with a CHRSINK type as its
  555.    STDIO, line feeds were not being printed.
  556.  
  557.           assign CHRSINK 1             (returns a channel ???? for LPT1)
  558.           spawn -c ???? type myfile.txt (performs redirection to LPT1)
  559.  
  560.    The above sequence of VMiX commands will now successfully redirect
  561.    the DOS 'type' command to LPT1:
  562.  
  563.    This method is recommended over 'exec type myfile.txt > PRN' when
  564.    multitasking.
  565.  
  566. 3. When using VMiX in 80386 mode, the memory partition size is set auto-
  567.    matically to 512Kb, at boot time.  If you use the command 'exec -m' to
  568.    set a partition size less than 512Kb, VMiX will not request extended
  569.    memory for new task partitions until you issue 'exec -m512' again.
  570.    When the partition size is less than 512Kb, VMiX uses memory from the
  571.    parent process for the new task (same as 8088 and 80286 mode).
  572.  
  573.    If you have less than 512Kb of extended memory, the partition size must
  574.    still be 512Kb or more, in 80386's, VMiX will only use what is available.
  575.  
  576.    The default partition size for all other VMiX modes remains 224Kb.
  577.  
  578. 4. The new '?' command, lists the available VMiX shell commands.
  579.    The 'set dos -m' command has been removed, since the VMiX shell is
  580.    now always transparent to DOS commands.  DOS commands are passed
  581.    to 'command.com' and VMiX commands are passed to VMiX.
  582.    If the name of a VMiX command conflicts with a DOS command or file
  583.    name, the VMiX 'exec' command should preceed the DOS command, on the
  584.    same line.
  585.  
  586. 5. The new command 'examine status' displays information about a task,
  587.    including available memory.  Other memory status commands include
  588.    'examine mcb', 'monitor -m', and 'monitor -p'.
  589.  
  590.